home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / sw25.zip / SW.HL1 < prev    next >
Text File  |  1990-08-21  |  5KB  |  148 lines

  1.                                                       - Page  1 -
  2.  
  3.      @$20                RIGHT moves the cursor one column to the
  4.                          right.
  5.  
  6.      @$18                LEFT moves the cursor one column to the
  7.                          left.
  8.  
  9.      @$14                UP moves the cursor up one line in the
  10.                          text.
  11.  
  12.      @$16                DOWN moves the cursor down one line in the
  13.                          text.  Down will continue to move the
  14.                          cursor even after the end of the document
  15.                          has been reached.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.                                                       - Page  2 -
  23.  
  24.      Enter               ENTER  will place the cursor at the left
  25.                          margin of the following line in REPLACE
  26.                          mode.  If in the INSERT mode, ENTER  will
  27.                          inserts a new line below the current line,
  28.                          and moves the cursor (and any text) down to
  29.                          the inserted line at the left margin.
  30.  
  31.      @$7                 HOME moves the cursor to the first column
  32.                          of the current line.
  33.  
  34.      @$13                END moves the cursor one column past the
  35.                          last character of the current line.
  36.  
  37.      @$1                 PAGE UP displays the previous page of
  38.                          text.
  39.  
  40.      @$2                 PAGE DOWN displays the following page of
  41.                          text.
  42.  
  43.                                                       - Page  3 -
  44.  
  45.      @$32                TAB moves the cursor to the next tab stop
  46.                          or margin mark on the ruler.  TAB will
  47.                          function whether the ruler line is
  48.                          displayed or hidden.
  49.  
  50.      @$33                BACK TAB moves the cursor to the previous
  51.                          tab stop or margin mark on the ruler.  BACK
  52.                          TAB will function whether the ruler line is
  53.                          displayed or hidden.
  54.  
  55.      @$30                WORD RIGHT moves the cursor to the first
  56.                          character of the next word.
  57.  
  58.  
  59.      @$31                WORD LEFT moves the cursor to the first
  60.                          character of the previous word.
  61.  
  62.  
  63.  
  64.                                                       - Page  4 -
  65.  
  66.      @$8                 TOP PAGE moves the cursor to the first
  67.                          column of the first line on the current
  68.                          page of text.
  69.  
  70.      @$10                BOT PAGE moves the cursor one column past
  71.                          the last character of the last line of the
  72.                          current page of text.
  73.  
  74.      @$11                TOP DOC moves the cursor to the first
  75.                          column of the first line of the document.
  76.  
  77.  
  78.      @$12                BOT DOC moves the cursor to the end of the
  79.                          document.
  80.  
  81.  
  82.      @$81                LEFT MARGIN moves the cursor to the left
  83.                          margin.
  84.  
  85.                                                       - Page  5 -
  86.  
  87.      @$80                RIGHT MARGIN moves the cursor to the right
  88.                          margin.
  89.  
  90.      @$3                 SCROLL RIGHT moves the displayed text one
  91.                          column to the right without changing the
  92.                          physical position of the cursor.
  93.  
  94.      @$4                 SCROLL LEFT moves the displayed text one
  95.                          column to the left without changing the
  96.                          physical position of the cursor.
  97.  
  98.      @$5                 SCROLL UP moves the displayed text up one
  99.                          line without changing the physical position
  100.                          of the cursor.
  101.  
  102.      @$6                 SCROLL DOWN moves the displayed text down
  103.                          one line without changing the physical
  104.                          position of the cursor.
  105.  
  106.                                                       - Page  6 -
  107.  
  108.      @$79                SEARCH moves the cursor to a specified
  109.                          character, word, or phrase.  and leave the
  110.                          cursor placed on it.  The option available
  111.                          in SEARCH is 'U' to ignore the case of the
  112.                          search text.
  113.  
  114.      @$82                JUMP TO places the cursor on a specified line.
  115.  
  116.  
  117.      @$21                Moves the cursor right the number of
  118.                          columns set by the SimplyWrite parameter
  119.                          "Speed Hor".
  120.  
  121.      @$19                Moves the cursor left the number of
  122.                          columns set by the SimplyWrite parameter
  123.                          "Speed Hor".
  124.  
  125.  
  126.  
  127.                                                       - Page  7 -
  128.  
  129.      @$15                Moves the cursor up the number of
  130.                          columns set by the SimplyWrite parameter
  131.                          "Speed Ver".
  132.  
  133.      @$17                Moves the cursor down the number of
  134.                          columns set by the SimplyWrite parameter
  135.                          "Speed Ver".
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147. ******************************************************************************
  148.